home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
asmsrc
/
rebelssource.lha
/
Sources
/
LED.ASM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1994-07-09
|
337 b
|
21 lines
; Hardcore MC8051 Led Handling Code done by Zulu & Grey of Rebels
DEFSEG LED,start=0000H,CLASS=CODE
SEG LED
START: setb p1.6
clr p1.5
clr p1.7
clr p1.4
mov c,p1.6
LOOP:
setb p1.6
clr p1.6
ljmp LOOP
END